home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 5 / Gekikoh Dennoh Club Vol. 5 (Japan).7z / Gekikoh Dennoh Club Vol. 5 (Japan) (Track 01).bin / internet / xip / iijppp.lzh / src / os.h < prev    next >
C/C++ Source or Header  |  1994-10-14  |  347b  |  13 lines

  1. #ifndef _OS_H_
  2. #define    _OS_H_
  3.  
  4. int OsSetIpaddress(struct in_addr myaddr, struct in_addr hisaddr, struct in_addr netmask);
  5. int OsInterfaceDown(int);
  6. void OsSetInterfaceParams(int type, int mtu, int speed);
  7. int OpenTunnel(int *);
  8. void OsCloseLink(int flag);
  9. void OsLinkup(void), OsLinkdown(void);
  10. void OsSetRoute();
  11. void DeleteIfRoutes(int);
  12. #endif
  13.